/*--------- slider ---------*/
#slide {width:100%;  
		height:auto; 
		overflow:hidden; 
		z-index:777;
		margin:0 auto 0px auto;
		position: relative;
		background:url() 0 bottom repeat-x;}

.slider {width:100%; 
		height:auto;
		overflow:hidden; 
		position:relative; 
		}
.slider img{width:100%; height:auto;}
		
.items { display:none;}


.next {position:absolute; bottom:31px; right:50%; margin-right:-58px; width:57px; height:58px; background:url(next.png) 0 bottom no-repeat; display:block; z-index:999;}
.prev {position:absolute; bottom:31px; left:50%; margin-left:-58px; width:57px; height:58px; background:url(prev.png) 0 bottom no-repeat;display:block; z-index:999;}
.next:hover, .prev:hover {background-position:0 0;}
